home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
misc_src
/
jfklib
/
about.cpp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-01
|
347 b
|
18 lines
/*
ABOUT.CPP - (C) 1991 by Joachim Kainz 'On a mission from Bhudda'
*/
#include "about.hpp"
METHOD ABOUT::WMCommand (WORD wID, WORD wMsg, HWND hCtl)
{
switch (wID) {
case IDOK:
case IDCANCEL:
EndDialog (wID);
return NULL;
}
return NULL;
}